func net.stringsEqualFold
7 uses
net (current package)
conf.go#L396: if err != nil || stringsEqualFold(hostname, hn) {
conf.go#L510: return stringsEqualFold(h, "localhost") || stringsEqualFold(h, "localhost.localdomain") || stringsHasSuffixFold(h, ".localhost") || stringsHasSuffixFold(h, ".localhost.localdomain")
conf.go#L516: return stringsEqualFold(h, "_gateway")
conf.go#L522: return stringsEqualFold(h, "_outbound")
parse.go#L299: return len(s) >= len(suffix) && stringsEqualFold(s[len(s)-len(suffix):], suffix)
parse.go#L309: func stringsEqualFold(s, t string) bool {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |